home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / wbt31a.zip / README.TXT < prev    next >
Text File  |  1992-02-20  |  17KB  |  430 lines

  1.                 WELCOME TO WINBATCH!
  2.  
  3.  This disk contains WinBatch 3.1A
  4.  
  5.  
  6.  This file contains the following information:
  7.  
  8.         1) Late-Breaking News
  9.         2) The pesky registration reminder screens
  10.         3) A few legal matters
  11.         4) Packing List
  12.         5) Installation Instructions
  13.         6) Online Support Information
  14.         7) Association of Shareware Professionals Ombudsman Statement
  15.         8) The complete licensing agreement
  16.         9) Order Form
  17.  
  18.  
  19.  
  20.             *** LATE-BREAKING NEWS ***
  21.  
  22.  Announcing WinBatch, a complete honest-to-goodness Windows 3.0 batch
  23.  language.  WinBatch allows you to create sophisticated batch language
  24.  files to control your Windows environment.  WinBatch has nearly two
  25.  hundred different functions to manipulate files, directories, windows,
  26.  and other window applications.  WinBatch even has a SENDKEY statement
  27.  that allows you to send keystrokes to other windows applications.
  28.  
  29.  WinBatch supports DDE, Networks, and all Multimedia devices.
  30.  
  31.  WinBatch has dialog box capability for real Windows dialog boxes.
  32.  
  33.  The new WinMacro facility allows you to have menuitems on any and/or all
  34.  applications, and to have HotKeys defined to do most any task.
  35.                                                      
  36.  Please note the online HELP cardfile, WB_HELP.CRD 
  37.  The cardfile has quick help for the entire WinBatch command set.
  38.  
  39.  Be sure to read the NEWSTUFF.TXT file where all the latest additions are
  40.  documented.
  41.  
  42.  *** Be sure the following files win up in a directory defined
  43.      in your DOS PATH statement.
  44.  
  45.      WINBATCH.EXE
  46.      WINMACRO.EXE
  47.      WINBATHK.DLL
  48.      WINMACHK.DLL
  49.      WWWDEALR.DLL
  50.  
  51.      Also check the extensions section of the WIN.INI file to be
  52.      sure the WBT extension points to the directory where WINBATCH
  53.      is installed.
  54.  
  55.  
  56.  
  57.                  REGISTRATION REMINDERS
  58.  
  59.  Unlicensed copies of WinBatch are 100% fully functional.  In addition,
  60.  the unlicensed copies have a pesky registration reminder screen that
  61.  pops up on occassion.  The reminder screen will NOT pop up more than
  62.  once per clock hour. NO MATTER HOW MANY TIMES YOU RUN THE PROGRAM EACH
  63.  HOUR.
  64.  
  65.  This allows you to see it once, and then go about writing and debugging
  66.  your own WinBatch WBT files, running the program LOTS of times, and not
  67.  being bothered by the reminder screens till the next hour ticks by.
  68.  
  69.  
  70.  
  71.  
  72.                         LEGAL MATTERS
  73.  
  74.  Of course the usual disclaimers still apply.  We are not
  75.  responsible for anything at all.  Nothing.  Even if we are
  76.  held responsible, the limit of our liability is the
  77.  licensing fees you paid.  The full text of our license
  78.  agreement is found near the bottom of this file.
  79.  
  80.  
  81.                        PACKING LIST:
  82.  
  83.  Most files will end in a $.   Some of them have been compressed and will
  84.  be expanded by the setup program.
  85.  
  86.  
  87.  README   TXT    This File
  88.  WSETUP   EXE    The Windows-based setup program.
  89.  WSETUP   INF    Information file for the setup program.
  90.  WB__VER  ???    A dummy file.  ??? is the current version number.
  91.  WBINXZ   EXE    More of the setup program.
  92.  
  93.  The following files *might* be in a WINBATCH subdirectory.
  94.  
  95.  WINBATCH EXE    The main WinBatch EXE file       <Put in DOS Path>
  96.  WINBATHK DLL    A required Dynamic Link Library  <Put in DOS Path>
  97.  WINMACRO EXE    The main WinMacro EXE file       <Put in DOS Path>
  98.  WINMACHK DLL    A required Dynamic Link Library  <Put in DOS Path>
  99.  WWWDEALR.DLL    A required Dynamic Link Library  <Put in DOS Path>
  100.  WININFO  EXE    A utility to help determine window size and
  101.                  position for the WinPlace function.
  102.  WB_HELP  CRD    A cardfile with a mini-manual on it.
  103.  
  104.  WINBATCH TXT    The disk-based manual.  Possibly compressed.
  105.  NEWSTUFF TXT    Additions since the manual was printed.
  106.  
  107.  DOSPASTE WBT    Sample WBT file.  How-2 paste to DOS apps.
  108.  STONES   WBT    Sample WBT file.  "Stones" game -- Can you count?
  109.  STONES   WTX    Text file used by STONES.WBT for instructions
  110.  ZOOMER   WBT    Sample WBT file.  Runs apps from ProgMan as maximized.
  111.  SOL      WBT    Sample WBT file.  Solitaire with a timer.
  112.  PKUNZIP  WBT    Sample WBT file.  PKUNZIP shell.
  113.  PKUNZUP  WDG    Dialog box definition for PKUNZIP shell.
  114.  INTACTV  WBT    Sample WBT file.  Allows for interactive commands.
  115.  SYSINFO  WBT    Displays system information.
  116.  INIEDIT  WBT    Easy INI file Editor.
  117.  
  118.  PLAYMIDI WBT    Sample WBT file.  Plays MIDI files.
  119.  MCITEST  WBT    Sample WBT file.  Allows interactive control of
  120.                  Multimedia devices.
  121.  PLAY-CD WBT     Sample WBT file.  Plays Audio CD's.
  122.  
  123.  GLOBAL   WDF    Sample Macro definition file.  For ALL applications.
  124.  NOTEPAD  WDF    Sample Macro definition file.  For NOTEPAD app only.
  125.  SIMPLE   WBT    Sample Macro file.  Just a simple little WBT file.
  126.  STRANGE  WBT    Sample Macro file.  Just a strange little WBT file.
  127.  RUNGEN   WBT    Sample Macro file.  A generic WBT file launcher.
  128.  RUNPARM  WBT    Sample Macro file.  A special WBT file launcher.
  129.  RUNPARM  WLS    Sample ASCII file of assorted WBT files with parameters.
  130.  OPENALL  WBM    Sample Macro file.  Opens Notepad filebox as *.*
  131.  DATETIME WBM    Sample Macro file.  Inserts date/time into notepad.
  132.  
  133.  
  134.                HOW TO INSTALL WINBATCH
  135.  
  136.  >>>AUTOMAGIC INSTALL
  137.  
  138.  Use our WSETUP.EXE program, which will copy the files for you and install 
  139.  a WINBATCH group in the program manager with various sample files.  
  140.  To use our WSETUP.EXE program...   (Manual install instructions below)
  141.  
  142.    1) Close down all extraneous Windows applications.
  143.  
  144.    2) Double-Click on the WSETUP.EXE program
  145.  
  146.    3) When the setup program asks for a directory, specify initial directory,
  147.       or accept the given default (C:\WINDOWS).
  148.  
  149.  
  150.  NOTE:  If you are updating from a previous version, and made any of the
  151.         WinBatch files READ-ONLY, remove the read-only attribute from
  152.         the files before running setup.
  153.         (Or else the setup process will hang)
  154.  
  155.  >>>MANUAL INSTALL
  156.  
  157.  The manual install is not actually recommended, but here is a little
  158.  information you may need if you insist on doing a manual install.
  159.  
  160.  Any file ending with a $ MAY be a compressed file which needs to be expanded
  161.  with the provided WEXPAND.EXE program before use.  (This is mostly done with
  162.  the disk based version of the product, not the ZipFile version)  E.G.
  163.        WEXPAND.EXE WINBATCH.EX$ WINBATCH.EXE
  164.     
  165.  For the basic installation, all you have to do is get the following files
  166.  into a directory mentioned in your DOS path statement.
  167.      WINBATCH.EXE
  168.      WINBATHK.DLL
  169.      WINMACRO.EXE
  170.      WINMACHK.EXE
  171.      WININFO.EXE  (Optional)
  172.      WB_HELP.CRD  (Optional)
  173.  and
  174.      GLOBAL.WDF
  175.      NOTEPAD.WDF
  176.  
  177.  You will probably also want any file whose extension begins with W, as in
  178.  *.W*
  179.  
  180.  
  181.                     ON-LINE SUPPORT
  182.  
  183.  WinBatch has on-line support on a number of computer systems.
  184.  
  185.  First of all, the home of WinBatch is on Compuserve, in the
  186.  WINAPA forum, in the Wilson WindowWare section (#15 currently).  Also
  187.  the latest and greatest downloads are available from DL15 of the
  188.  WINAPA forum.  The Wilson WindowWare section of the WINAPA forum
  189.  is checked on a daily basis, and all questions will be responded to.
  190.  
  191.  The FidoNet Windows echomail conference is also monitored for Windows
  192.  questions in general.  Questions about Windows and WinBatch will
  193.  be answered in the echo.
  194.  
  195.  If your budget is not able to afford Compuserve, we strongly suggest
  196.  that you contact your local BBS sysops and encourage them to carry
  197.  the Windows echomail conferences.
  198.  
  199.  Registered users may also call our BBS for the latest versions of
  200.  our products. (206) 935-5198   USR HST D/S V.42bis 9600+ 8N1
  201.  
  202.  
  203.      Association of Shareware Professionals Ombudsman Statement
  204.  
  205.  
  206.        Wilson WindowWare, the producer of WinBatch, is a
  207.        member of the Association of Shareware Professionals
  208.        (ASP).  ASP wants to make sure that the shareware
  209.        principle works for you. If you are unable to resolve a
  210.        shareware-related problem with an ASP member by contacting
  211.        the member directly, ASP may be able to help. The ASP
  212.        Ombudsman can help you resolve a dispute or problem with
  213.        an ASP member, but does not provide technical support for
  214.        members' products. Please write to the ASP Ombudsman at
  215.        545 Grover Road, Muskegon MI 49442 or send a Compuserve
  216.        message via easyplex to ASP Ombudsman 70007,3536
  217.  
  218.  The legalese section...
  219.  
  220.  WINBATCH
  221.  Copyright ⌐ 1988-1992 by Morrie Wilson.
  222.  All rights reserved.
  223.  
  224.  
  225.  
  226.  SOFTWARE LICENSE
  227.  
  228.  WinBatch is not and has never been public domain
  229.  software, nor is it free software.
  230.  
  231.  Non-licensed users are granted a limited license to use
  232.  WinBatch on a 21-day trial basis for the purpose of
  233.  determining whether WinBatch is suitable for their
  234.  needs.  The use of WinBatch, except for the initial
  235.  21-day trial, requires registration.  The use of
  236.  unlicensed copies of WinBatch, outside of the initial 
  237.  21-day trial, by any person, business, corporation, 
  238.  government agency or any other entity is strictly prohibited.
  239.  
  240.  A single user license permits a user to use WinBatch
  241.  only on a single computer.  Licensed users may use the
  242.  program on different computers, but may not use the program
  243.  on more than one computer at the same time.
  244.  
  245.  No one may modify or patch the WinBatch executable
  246.  files in any way,  including but not limited to
  247.  decompiling, disassembling, or otherwise reverse
  248.  engineering the program.
  249.  
  250.  A limited license is granted to copy and distribute
  251.  WinBatch only for the trial use of others, subject
  252.  to the above limitations, and also the following:
  253.  
  254.   1)    WinBatch must be copied in unmodified form, complete
  255.         with the file containing this license information.
  256.  
  257.   2)    The full machine-readable WinBatch documentation must
  258.         be included with each copy.
  259.  
  260.   3)    WinBatch may not be distributed in conjunction with
  261.         any other  product with out a specific license to do so
  262.         from Wilson WindowWare.
  263.  
  264.   4)    No fee, charge, or other compensation may be requested or
  265.         accepted, except as authorized below:
  266.  
  267.         A) Operators of electronic bulletin board systems (sysops)
  268.            may make WinBatch available for downloading only as
  269.            long as the above conditions are met.  An overall or
  270.            time-dependent charge for the use of the bulletin board
  271.            system is permitted as long as there is not a specific
  272.            charge for the download of WinBatch.
  273.  
  274.         B) Vendors of user-supported or shareware software approved
  275.            by the ASP may distribute WinBatch, subject to the
  276.            above conditions, without specific permission.  Non-
  277.            approved vendors may distribute WinBatch only after
  278.            obtaining written permission from Wilson WindowWare.
  279.            Such permission is usually granted.  Please write for
  280.            details (enclose your catalog).  Vendors may charge a
  281.            disk duplication and handling fee, which, when pro-rated
  282.            to the WinBatch product, may not exceed eight dollars.
  283.  
  284.         C) Non-profit user groups may distribute WinBatch, subject
  285.            to the above conditions, without specific permission.
  286.            Non-profit user groups may charge a disk duplication and
  287.            handling fee, which, when pro-rated to the WinBatch
  288.            product, may not exceed five dollars.
  289.  
  290.   LIMITED WARRANTY
  291.  
  292.   Wilson WindowWare guarantees your satisfaction with this
  293.   product for a period of 60 days from the date of original
  294.   purchase.  If you are unsatisfied with WinBatch
  295.   within that time period, return the package in saleable
  296.   condition to the place of purchase for a full refund.
  297.  
  298.   Wilson WindowWare warrants that all disks provided are
  299.   free from defects in material and workmanship, assuming
  300.   normal use, for a period of 90 days from the date of
  301.   purchase.
  302.  
  303.   Wilson WindowWare warrants that the program will perform
  304.   in substantial compliance with the documentation supplied
  305.   with the software product.  If a significant defect in
  306.   the product is found, the Purchaser may return the
  307.   product for a refund.  In no event will such a refund
  308.   exceed the purchase price of the product.
  309.  
  310.   EXCEPT AS PROVIDED ABOVE, WILSON WINDOWWARE DISCLAIMS ALL
  311.   WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT
  312.   LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND
  313.   FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE
  314.   PRODUCT.  SHOULD THE PROGRAM PROVE DEFECTIVE, THE
  315.   PURCHASER ASSUMES THE RISK OF PAYING THE ENTIRE COST OF
  316.   ALL NECESSARY SERVICING, REPAIR, OR CORRECTION AND ANY
  317.   INCIDENTAL OR CONSEQUENTIAL DAMAGES.  IN NO EVENT WILL
  318.   WILSON WINDOWWARE BE LIABLE FOR ANY DAMAGES WHATSOEVER
  319.   (INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF
  320.   BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS
  321.   INFORMATION AND THE LIKE) ARISING OUT OF THE USE OR THE
  322.   INABILITY TO USE THIS PRODUCT EVEN IF WILSON WINDOWWARE
  323.   HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  324.  
  325.   Use of this product for any period of time constitutes
  326.   your acceptance of this agreement and subjects you to its
  327.   contents.
  328.  
  329.   U.S. GOVERNMENT RESTRICTED RIGHTS
  330.  
  331.   Use, duplication, or disclosure by the Government is subject
  332.   to restrictions as set forth in subdivision (b)(3)(ii) of
  333.   the Rights in Technical Data and Computer Software clause at
  334.   252.227-7013.  Contractor/manufacturer is Wilson WindowWare
  335.   2701 California Ave SW /suite 212/ Seattle, WA 98116
  336.  
  337.   TRADEMARKS
  338.  
  339.   IBM, PC/XT, PC/AT, and PS/2 are registered trademarks
  340.   of International Business Machines Corporation.
  341.  
  342.   Microsoft and MS-DOS are registered trademarks of
  343.   Microsoft Corporation.
  344.   Windows is a trademark of Microsoft Corporation.
  345.  
  346.   Pagemaker is a trademark of Aldus Corporation.
  347.  
  348.   PubTech and BatchWorks are registered trademarks of
  349.   Publishing Technologies, Inc.
  350.  
  351.   Bridge and Batch Tools are registered trademarks of
  352.   SoftBridge, Inc.
  353.  
  354.  
  355.   Command Post and WinBatch are trademarks of Wilson WindowWare.
  356.  
  357.  
  358.  
  359.  
  360.  
  361.                           ORDERING INFORMATION
  362.  
  363.  Licensing WinBatch bring you wonderful benefits.  Some of these are:
  364.     - Gets rid of that pesky reminder window that comes up when you start
  365.       WinBatch.
  366.     - Entitles you to one hour free phone support for 90 days (Your nickel).
  367.     - Insures that you have the latest version of WinBatch.
  368.     - Gets you your own printed copy of the manual.
  369.     - Encourages the authors of this program to continue bringing you
  370.       new and better products instead of breaking down and getting
  371.       real jobs.
  372.    -  Gets you on our mailing list so you are occassionally notified of
  373.       spectacular updates and our other Windows products.
  374.    -  And, of course, our 60-day money back gaurantee.
  375.  
  376.  
  377.  
  378.               WINBATCH ORDER FORM 3.1A
  379.  
  380.  Name:   ____________________________________________________
  381.  
  382.  Company:____________________________________________________
  383.  
  384.  Address:____________________________________________________
  385.  
  386.          ____________________________________________________
  387.  
  388.  City:   ________________________  St:______  Zip:___________
  389.  
  390.  Phone: (______)_________________    Country:________________
  391.  
  392.  
  393.               ____ WinBatch(s)    @ $69.95 : _______.____
  394.  
  395.  Foreign air shipping (except Canada) @  $9.50 : _______.____
  396.  
  397.                                           Total: _______.____
  398.  
  399.  
  400.  Disk Size(circle one)    5.25" acceptable     3.5" required
  401.  
  402.  Please enclose a check payable to Wilson WindowWare; or you may
  403.  use Amex, Visa, MasterCharge, or EuroCard.  For credit cards,
  404.  please enter the information below:
  405.  
  406.  Card #:__ __ __ __ - __ __ __ __ - __ __ __ __ - __ __ __ __
  407.  
  408.  Expiration date: ____/____
  409.  
  410.  Signature:  _________________________________________
  411.  
  412.  
  413.  Where did you get your copy of WinBatch?
  414.  
  415.  
  416.  ____________________________________________________________
  417.  
  418.  
  419.           Send to:  Wilson WindowWare
  420.                     2701 California Ave SW #212 
  421.                     Seattle, WA 98116 
  422.                     USA 
  423.  
  424.           or call:  (800) 762-8383  (orders only)
  425.                     (206) 937-9335
  426.                     (206) 935-7129  (fax) 
  427.  
  428.  
  429.            (Please allow 2 to 3 weeks for delivery) 
  430.